From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 17:12:05 +0000 (+0100) Subject: gtk: mark buildable_get_id as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=30d8c8e17c58e96c788e03930f9fce83e7f4c9a4;p=gtk4.git gtk: mark buildable_get_id as nullable the vfunc can return a nullable --- diff --git a/gtk/gtkbuildable.c b/gtk/gtkbuildable.c index 1eb45c0308..bcd88171ad 100644 --- a/gtk/gtkbuildable.c +++ b/gtk/gtkbuildable.c @@ -83,7 +83,7 @@ gtk_buildable_set_buildable_id (GtkBuildable *buildable, * `GtkBuilder` sets the name based on the ID attribute * of the tag used to construct the @buildable. * - * Returns: the ID of the buildable object + * Returns: (nullable): the ID of the buildable object **/ const char * gtk_buildable_get_buildable_id (GtkBuildable *buildable)